home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 6 (Reseller Edition) / Apple Ref. & Pres. Lib.v6.0.toast / pc / 3-Presentations / Apple Demos / Training / HyperCard 2.0 Training / •HC 2.0-4 / card_4609.txt < prev    next >
Text File  |  1990-04-06  |  4KB  |  159 lines

  1. -- card: 4609 from stack: in.0-4
  2. -- bmap block id: 13121
  3. -- flags: 0000
  4. -- background id: 8040
  5. -- name: Ex 2.7
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=233 top=183 right=244 bottom=308
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Different fonts in one field
  20. ----- HyperTalk script -----
  21. -- The "HiliteRadio" handler is in the stack script.
  22. on mouseUp
  23.   hide fld "feedback"
  24.   HiliteRadio
  25. end mouseUp
  26.  
  27.  
  28.  
  29. -- part 2 (button)
  30. -- low flags: 00
  31. -- high flags: 0000
  32. -- rect: left=75 top=184 right=249 bottom=138
  33. -- title width / last selected line: 0
  34. -- icon id / first selected line: 0 / 0
  35. -- text alignment: 1
  36. -- font id: 0
  37. -- text size: 12
  38. -- style flags: 0
  39. -- line height: 16
  40. -- part name: Different sized cards
  41. ----- HyperTalk script -----
  42. -- The "HiliteRadio" handler is in the stack script.
  43. on mouseUp
  44.   hide fld "feedback"
  45.   HiliteRadio
  46. end mouseUp
  47.  
  48.  
  49.  
  50. -- part 3 (button)
  51. -- low flags: 00
  52. -- high flags: 0000
  53. -- rect: left=162 top=180 right=248 bottom=216
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Multiple windows
  62. ----- HyperTalk script -----
  63. -- The "HiliteRadio" handler is in the stack script.
  64. on mouseUp
  65.   hide fld "feedback"
  66.   HiliteRadio
  67. end mouseUp
  68.  
  69.  
  70.  
  71. -- part 4 (button)
  72. -- low flags: 00
  73. -- high flags: 0000
  74. -- rect: left=324 top=179 right=250 bottom=416
  75. -- title width / last selected line: 0
  76. -- icon id / first selected line: 0 / 0
  77. -- text alignment: 1
  78. -- font id: 0
  79. -- text size: 12
  80. -- style flags: 0
  81. -- line height: 16
  82. -- part name: Different window styles
  83. ----- HyperTalk script -----
  84. -- The "HiliteRadio" handler is in the stack script.
  85. on mouseUp
  86.   hide fld "feedback"
  87.   HiliteRadio
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 13 (button)
  93. -- low flags: 00
  94. -- high flags: A003
  95. -- rect: left=402 top=296 right=316 bottom=461
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: Done
  104. ----- HyperTalk script -----
  105. -- The "checkOneRight" handler is in the stack script.
  106. on mouseUp
  107.   checkOneRight
  108. end mouseUp
  109.  
  110.  
  111.  
  112. -- part 14 (button)
  113. -- low flags: 00
  114. -- high flags: A003
  115. -- rect: left=352 top=320 right=338 bottom=463
  116. -- title width / last selected line: 0
  117. -- icon id / first selected line: 0 / 0
  118. -- text alignment: 1
  119. -- font id: 0
  120. -- text size: 12
  121. -- style flags: 0
  122. -- line height: 16
  123. -- part name: Correct Answer
  124. ----- HyperTalk script -----
  125. -- This handler shows the correct answer.
  126.  
  127. on mouseUp
  128.   hideFeedback
  129.   dehiliteBtns
  130.   set hilite of btn 3 to true
  131.   wait 25
  132.   repeat 2
  133.     set hilite of btn 3 to false
  134.     wait 25
  135.     set hilite of btn 3 to true
  136.     wait 25
  137.   end repeat
  138.   ans 5
  139. end mouseUp
  140.  
  141.  
  142.  
  143. -- part contents for background part 9
  144. ----- text -----
  145. 7 of 8
  146.  
  147. -- part contents for background part 6
  148. ----- text -----
  149.  
  150. You are thinking of making a catalogue stack that would have an index usable from any of the product cards in the stack. You want the index to be always visible, without obscuring any of the information on the product cards. Which feature of HyperCard would help you do this?
  151.  
  152. -- part contents for background part 19
  153. ----- text -----
  154. No. Having different fonts in one field would not help you solve this problem.
  155. No, not quite. You might want to use a smaller card for the index, but there‚Äôs another feature that allows you to have both cards visible at the same time. Try again.
  156. Yes. Since HyperCard now supports multiple windows, you could put the index in a separate, smaller window that would sit to the side of the product card‚Äôs window.
  157. No. Appropriate use of background and card layers is important, but it won‚Äôt help you solve this problem.
  158. This is the correct answer. HyperCard now supports multiple windows, so you could put the index in a smaller window that would sit to the side of the product card‚Äôs window.
  159.